home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id011.dxr / 00205.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  216 b   |  9 lines

  1. on exitFrame
  2.   set the locH of sprite 15 to the locH of sprite 15 + 5
  3.   set the locV of sprite 15 to the locV of sprite 15 - 5
  4.   if the locV of sprite 15 = 383 then
  5.     go(the frame + 1)
  6.   end if
  7.   go(the frame)
  8. end
  9.